home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / books / tech / softperl.toc < prev    next >
Encoding:
Internet Message Format  |  1995-04-12  |  4.2 KB

  1. Date: Mon, 10 Apr 1995 08:40:39 -0700
  2. From: dichter@ix.netcom.com (Carl Dichter)
  3. Subject: Re: Software Engineering with Perl
  4. Cc: peasem@primenet.com
  5. Cc: dichter@email.mot.com
  6.  
  7.  
  8. Table of Contents for: Software Engineering with Perl - Dichter/Pease 1995 
  9.  
  10. Chapter 1: Introduction
  11.     Why We Wrote This Book, Software Tools Enable Big Productivity Gains, 
  12.     Along Comes CASE, Little CASE's Larger History, Why Perl Is Good for
  13.     Software Engineering Tools, Testing Too, Software Development Processes 
  14.     and Prototyping, How to Use This Book, Your Friends Along the Way, 
  15.     Equipped Better.
  16.  
  17. Chapter 2: Why Perl?
  18.     What Is Perl?, Why Is Perl Useful for Rapid Prototyping?, "Functional
  19.     quickly", "Easy to modify", "A working model written in a
  20.     fourth-generation language", "Always rewritten in a procedural
  21.     language for implementation", "Always discarded", "Something that
  22.     models human interfaces to computers", "A miniature model of a
  23.     proposed system", "A model used to determine design correctness"
  24.     and "A quick way to approximate a problem solution", "Always used
  25.     with "live" data", How Perl Stacks Up, Perl Beats the Combined Forces,
  26.     Converting Existing Scripts to Perl, Really Learning Perl.
  27.  
  28. Chapter 3: Prototyping with Perl
  29.     Why Prototype?, Risk Area #1: Unknowns in Customer Requirements, Risk
  30.     Area #2: Unknowns in Technology, Risk Area #3: Unknowns in Interfaces,
  31.     The Waterfall Development Model, The Spiral Model, Structured Rapid 
  32.     Prototyping, Object-Oriented Analysis and Design, Other Development
  33.     Methodologies, Prototyping Methods, Risks of Prototyping, The General
  34.     Case of Prototyping, Requirements Analysis, Design, Implementation and
  35.     Test, The Final Spin Cycle, Case History: Prototyping Power Estimation.
  36.  
  37. Chapter 4: Productivity Tools
  38.     Generic Tags File Generator Tool, Reuse Library System, Documentation
  39.     Extraction Tool, Reuse Browser, AutoDoc, Code Generators, Command-Line
  40.     Processing and Help Code Generator, Test Fixtures, Stretch Yourself on
  41.     Productivity Tools.
  42.  
  43. Chapter 5: Software Metrics with Perl
  44.     Why Metrics?, What Are Software Metrics?, Counting Lines of Code,
  45.     Halstead's Metrics, McCabe's Metric, Using Software and Other Metrics,
  46.     Misusing Metrics, Metrics, Management, and Misconception, Not in My
  47.     Code, Look What I've Done, Lies, Damn Lies, and Statistics, Those Who
  48.     Live By The Books..., Taken as Directed, Stretch Yourself on Software
  49.     Metrics.
  50.  
  51. Chapter 6: Configuration Management
  52.     The How and Why of Configuration Management, Two Ways of Managing
  53.     Versions, Revision Control System (RCS) Basics, Jumpstarting
  54.     Revisions, Viewing History, How Far Does It Take Us?, Identifying
  55.     Object Files, Automatic History, Handling Systems or Packages, Another
  56.     Option, RCS Perl Scripts, Smart ci and co Tools, Problem Reporting,
  57.     Stretch Yourself on Configuration Management.
  58.  
  59. Appendix A: Perl Quick Tour
  60.     Perl Data Types, Variables, Literals, Basic Syntax, Subroutines,
  61.     Packages, Operators, Regular Expressions, Special Variables,
  62.     Perl Formatting Capabilities, Wrapping Up.
  63.  
  64. Appendix B: Portable Perl
  65.  
  66. Appendix C: Toolkit Libraries
  67.     Langdef File Format and Access Routines, Langdef Regular Expressions,
  68.     Langdef Capabilities, Langdef Routines, Routines Found in main Package,
  69.     Useful Routines Found in "Langdef" Package, The Perl Forms System,
  70.     What Is a Form, Defining a Form, Attributes Common to All Fields,
  71.     Function Keys, Text Editing In Fields, Using Text Fields, Using
  72.     Hidden Text Fields, Using Cyclic Fields, Using Enumerated Fields,
  73.     Using The Forms System.
  74.  
  75. Appendix D: Software Engineering with Perl Scripts
  76.     Productivity Tools: Tags.pl, doc_builter.pl, doc_browser.pl,
  77.     AutoDoc.pl. Software Metrics with Perl: countlines.pl,
  78.     halstead.pl, mccabe.pl. Configuration Management: smart_diff.pl,
  79.     smart_ci.pl, smart_co.pl, send-pr.pl.
  80.  
  81. Appendix E: Bibliography
  82.  
  83. Appendix F: GNU General Public License
  84.  
  85.  
  86. -- 
  87. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  88. Carl R. Dichter
  89. Staff Engineer (Software)
  90. Distributed Information Systems Section
  91. Motorola Government and Space Technology Group
  92. 8201 E. McDowell Rd. M/D H1670B
  93. Scottsdale, AZ 85252-1417
  94. Phone (602) 441-7724      FAX: (602) 441-2606
  95. Email: Carl_Dichter@email.mot.com
  96.